.navbar-nav>li>a {
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 24px 16px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nav .login-link {
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 6px;
    margin-right: 10px;
}

a.login-link {
    border: 1px solid #fff !important;
    padding: 13px !important;
    border-radius: 8px;
}

a.register-link {
    border: 1px solid #fff;
    padding: 12px !important;
    margin-left: 10px;
    color: #004F8B !important;
    background-color: #fff;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
}

button.navbar-toggler {
    border: 2px solid #fff !important;
}

.navbar-toggler-icon {
    background-color: #fff !important;
}

.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #004f8b !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}

.Container {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #004f8b !important;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 2px solid #fff !important;
}

div.controlmain a {
    cursor: pointer;
    color: #fff !important;
    font-size: 14px;
}

.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #004f8b !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}

.HeaderStyle {
    background: #004f8b !important;
}

.RowStyle {
    background: #004f8b !important;
    border: 2px solid #fff;
}

table#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ContactPanel_GridContainerContact {
    border: 2px solid #fff !important;
}

.MainContainerSector {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #004f8b !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}

.MainContainerProfileItems {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #004f8b !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
}

span#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ProfileItemsCombinedPanel_33_CheckBoxSubTitle {
    font-size: 18px !important;
}

a#ctl00_mCPH_ClientAlreadyRegisteredLoginLink {
    color: #000 !important;
    font-size: 18px;
}
div.controlmain a {
    cursor: pointer;
    color: #000 !important;
    font-size: 14px;
}
@media (min-width:426px) and (max-width:768px) {
    .navbar-nav {
        float: left;
    }

    li#login-btn {
        margin-top: 15px;
        margin-left: 10px;
    }

    li#register-btn-white {
        margin-top: 30px;
    }

}

@media (min-width:375px) and (max-width:425px) {
    .register-btn-white-loggedout {
        float: right;
        width: 50%;
        margin-top: 2rem;
    }

    .login-btn-loggedout {
        float: left;
        width: 50%;
        margin-top: 1rem !important;
        margin-left: 0.75rem;
    }
}